Avoid sign warning.
authorrobertl <robertl@f51c46e8-681c-474f-0cfe-069cfd0219fb>
Mon, 20 Jun 2005 22:16:44 +0000 (22:16 +0000)
committerrobertl <robertl@f51c46e8-681c-474f-0cfe-069cfd0219fb>
Mon, 20 Jun 2005 22:16:44 +0000 (22:16 +0000)
gpsbabel/garmin.c

index a5296f229040097ad838ba165d0f3652c2963e62..935266c296336c007ff23ee37b72f96c3d35ef32 100644 (file)
@@ -696,7 +696,7 @@ d103_symbol_from_icon_number(unsigned int n)
 static int 
 d103_icon_number_from_symbol(const char *s)
 {
-       int i;
+       unsigned int i;
 
        if (NULL == s) {
                return 0;